| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub Add( _ ByVal ParamArray legendBoxList() As LegendBox _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void Add( params LegendBox[] legendBoxList ) | |
Parameters
- legendBoxList
- A list of LegendBox objects to add.